home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2004-10-08  |  380 b   |  20 lines

  1. setProperty("_root.hero", _xscale, "100");
  2. setProperty("_root.hero", _yscale, "100");
  3. setProperty("_root.hero", _X, "150");
  4. setProperty("_root.hero", _Y, "440");
  5. tellTarget("_root.c")
  6. {
  7.    tellTarget("_root.darker")
  8.    {
  9.       gotoAndPlay(2);
  10.    }
  11.    gotoAndStop(1);
  12. }
  13. if(prog_taska eq true)
  14. {
  15.    tellTarget("_root.minitaska")
  16.    {
  17.       gotoAndStop(4);
  18.    }
  19. }
  20.